home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / selectmodule.h < prev    next >
Text File  |  1999-04-25  |  285b  |  5 lines

  1. static void reap_obj ( pylist fd2obj [FD_SETSIZE +3 ]);
  2. static int list2set ( PyObject *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  3. static PyObject *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  4. static PyObject *select_select ( PyObject *self , PyObject *args );
  5.